Comments on: Remove W3 Total Cache Comment Footer https://www.tharunpkarun.com/2013/03/05/remove-w3-total-cache-comment-footer/ Where Tharun writes! Thu, 15 Jun 2017 08:52:00 +0000 hourly 1 https://www.tharunpkarun.com?v=4.8.2 By: اخبار فناوری ایتروز https://www.tharunpkarun.com/2013/03/05/remove-w3-total-cache-comment-footer/#comment-868 Sat, 13 Jun 2015 23:08:00 +0000 http://www.tharunpkarun.com/?p=1535#comment-868 thanks ]]> By: Kārlis Andersons https://www.tharunpkarun.com/2013/03/05/remove-w3-total-cache-comment-footer/#comment-867 Fri, 21 Mar 2014 13:21:00 +0000 http://www.tharunpkarun.com/?p=1535#comment-867 You can use this filter in your functions file in order to disable w3tc added comments.

/** Disable W3TC comments */
add_filter(‘w3tc_can_print_comment’, ‘disable_w3tc_html_comments’);
function disable_w3tc_html_comments()
{
    return false;
}

]]>
By: Tharun P Karun https://www.tharunpkarun.com/2013/03/05/remove-w3-total-cache-comment-footer/#comment-866 Thu, 27 Feb 2014 11:22:00 +0000 http://www.tharunpkarun.com/?p=1535#comment-866 As far as I know, this is the only way. Or just use cdn. ]]> By: ckhNL https://www.tharunpkarun.com/2013/03/05/remove-w3-total-cache-comment-footer/#comment-865 Thu, 27 Feb 2014 11:12:00 +0000 http://www.tharunpkarun.com/?p=1535#comment-865 Great!! Is there however also a way to accomplish this via a code with filter? I prefer that instead if doing this after every update.

At least to hide the servername, as that is my issue.

]]>
By: Tom https://www.tharunpkarun.com/2013/03/05/remove-w3-total-cache-comment-footer/#comment-864 Wed, 24 Apr 2013 19:52:00 +0000 http://www.tharunpkarun.com/?p=1535#comment-864 Thanks a lot man! ]]> By: Rahul https://www.tharunpkarun.com/2013/03/05/remove-w3-total-cache-comment-footer/#comment-863 Tue, 19 Mar 2013 05:11:00 +0000 http://www.tharunpkarun.com/?p=1535#comment-863 Was searching for this! ]]>